From d94b609daa2094b6009fb3c24cf82e42d29512e4 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 20 Feb 2011 23:17:39 +0100 Subject: [PATCH] lib-src/makefile.w32-in (obj): Remove md5.o. --- lib-src/ChangeLog | 4 ++++ lib-src/makefile.w32-in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 0947dd12297..e41e29f7259 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2011-02-20 Juanma Barranquero + + * makefile.w32-in (obj): Remove md5.o. + 2011-02-18 Karl Chen * emacsclient.c (main): Loop while `recv' return EINTR. diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 52d1cb5680a..77931c1a36b 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in @@ -142,7 +142,7 @@ obj = dosfns.o msdos.o \ syntax.o bytecode.o \ process.o callproc.o unexw32.o \ region-cache.o sound.o atimer.o \ - doprnt.o intervals.o textprop.o composite.o md5.o + doprnt.o intervals.o textprop.o composite.o # # These are the lisp files that are loaded up in loadup.el -- 2.30.2